Method: TTY::Table::Header#[]=
- Defined in:
- lib/tty/table/header.rb
#[]=(attribute, value) ⇒ Object
Set value at index
100 101 102 |
# File 'lib/tty/table/header.rb', line 100 def []=(attribute, value) attributes[attribute] = to_field(value) end |